/* Tables
========================================================================== */

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:active,
a:focus {
  outline: none;
}
li {
  outline: none;
}
ul {
  list-style: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

#mainHeader {
  background: #013161;
  height: 45px;
  line-height: 45px;
}
#mainHeader > div {
  display: inline-block;
  vertical-align: top;
}
#mainHeader a#logo {
  display: inline-block;
  height: 100%;
  width: 132px;
  margin-right: 100px;
}
#mainHeader a#logo img {
  vertical-align: middle;
}
#mainHeader li {
  position: relative;
}
#mainHeader .rightNav > ul,
#mainHeader .leftNav > ul {
  display: inline-block;
}
#mainHeader .rightNav > ul > li,
#mainHeader .leftNav > ul > li {
  display: inline-block;
  cursor: pointer;
}
#mainHeader .rightNav > ul > li > a,
#mainHeader .leftNav > ul > li > a {
  color: #9ccef3;
  padding: 5px 20px;
}
#mainHeader .leftNav {
  margin-left: 20px;
}
#mainHeader .rightNav {
  float: right;
}
#mainHeader .rightNav img {
  vertical-align: middle;
}
.alarmBadge-critical::after {
  background-color: #d94a3e !important;
}
.alarmBadge-major::after {
  background-color: #ed9e14 !important;
}
.alarmBadge-minor::after {
  background-color: #edc814 !important;
}
.alarmBadge-warning::after {
  background-color: #0397e4 !important;
}
.alarmBadge-indeterminate::after {
  background-color: #a4a4a4 !important;
}
.alarmBadge-clear::after {
  background-color: #44ab0c !important;
}
#mainHeader .rightNav > ul > li:nth-child(4)::after {
  content: attr(data-value);
  color: #fff;
  border-radius: 2px;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
  position: absolute;
  top: 5px;
  right: 10px;
}
.dd-indicator::after {
  content: '';
  position: absolute;
  left: 83%;
  top: 45%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #9ccef3 transparent transparent transparent;
}
.ac-dropdown ul {
  width: 150%;
  display: none;
  background: #f0f4f7;
  position: absolute;
  z-index: 100;
  border: 1px solid #e3e3e3;
}
.ac-dropdown ul li,
.ac-dropdown ul a {
  width: 100%;
  display: block;
  line-height: 35px;
}
.ac-dropdown ul a {
  padding-left: 10px;
}
.ac-dropdown .seperator {
  border-bottom: 1px solid #d3d1d1;
}
li.user > div {
  display: none;
  position: absolute;
  border: 1px solid #d2d3d3;
  top: 110%;
  right: 17%;
  width: 350%;
  background: #fff;
  z-index: 100;
}
li.user > div::after,
li.user > div::before {
  bottom: 100%;
  left: 90%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
li.user > div::after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
li.user > div::before {
  border-color: rgba(210, 211, 211, 0);
  border-bottom-color: #d2d3d3;
  border-width: 11px;
  margin-left: -11px;
}
li.user > div > div:first-child {
  padding: 20px;
}
li.user > div > div:first-child p {
  line-height: 25px;
}
li.user > div > div:first-child p:first-child {
  font-weight: bold;
}
li.user > div > div:last-child {
  border-top: 1px solid #d2d3d3;
  background: #f1f1f1;
  text-align: right;
}
li.user > div > div:last-child button {
  border: 1px solid blue;
  line-height: 25px;
  padding: 0 15px;
  color: #fff;
  background: #5b98d4;
  margin-right: 20px;
}
/*===============================
=            helpers            =
===============================*/
.main-link-header-active {
  background: #0397e4;
  color: #fff !important;
  width: 77px;
  border-radius: 2px;
}
#burn.highlightOver {
  border: 1px solid #d74c43;
}
.highlightAnimation {
  -webkit-animation: border-grow 0.5s;
  animation: border-grow 0.5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  border: 3px solid #d74c43;
}
#burn,
#reset {
  border-radius: 5px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.hover:hover {
  background: #d74c43;
}
@-webkit-keyframes border-grow {
  from {
    border: 1px solid transparent;
  }
  to {
    border: 5px solid #d74c43;
  }
}
@keyframes border-grow {
  from {
    border: 1px solid transparent;
  }
  to {
    border: 5px solid #d74c43;
  }
}
/*-----  End of helpers  ------*/
#subHeader {
  background: #0397e4;
  height: 32px;
  line-height: 32px;
  width: 100%;
}
#subHeader > div:first-child {
  float: left;
}
#subHeader > div:last-child {
  float: right;
  width: 200px;
  border-left: 1px solid #dbf4fd;
  position: relative;
}
#subHeader > div:last-child button {
  background: transparent url('Images/newSearchIcon.png') no-repeat left center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 8px;
  left: 11px;
  border: none;
}
#subHeader > div:last-child input {
  padding-left: 23px;
  margin-left: 10px;
  border: none;
}
#subHeader > div:last-child input::-webkit-input-placeholder {
  color: #000;
  font-style: italic;
}
#subHeader > div:last-child input:-moz-placeholder {
  color: #000;
  font-style: italic;
}
#subHeader > div:last-child input::-moz-placeholder {
  color: #000;
  font-style: italic;
}
#subHeader > div:last-child input:-ms-input-placeholder {
  color: #000;
  font-style: italic;
}
#subHeader li {
  position: relative;
}
#subHeader a {
  color: #013161;
  text-transform: uppercase;
  padding: 0 20px;
}
#subHeader a:first-child {
  padding-left: 20px;
}
#subHeader li.active::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 5px 7px;
  border-color: transparent transparent #f0f4f7 transparent;
  bottom: 0;
  left: 50%;
}
#subHeader li.active a {
  color: #fff;
  font-weight: bold;
}
.mainBox header {
  display: block;
}
.mainBox header h5 {
  font-size: 16px;
}
.mainBox header nav {
  margin: 0 auto;
}
.mainBox header nav ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mainBox header nav ul li {
  padding-right: 25px;
}
.mainBox header nav ul li a {
  color: #3d4c5a;
}
.mainBox .groups .group-left,
.mainBox .groups .group-right {
  float: left;
  width: 50%;
}
.mainBox .groups .group-right {
  padding-left: 15px;
}
.mainBox .groups .group h4 {
  text-transform: uppercase;
  background: #eeeeee;
  padding: 7px 0 7px 20px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.mainBox .group table {
  max-width: 90%;
  margin: auto;
}
.mainBox .group table input[type='file']::-webkit-file-upload-button {
  line-height: 1 !important;
  border: 1px solid #c7ccd5;
  height: 25px;
  padding: 6px;
  background: #fff;
}
.mainBox .group table input[type='text'],
.mainBox .group table input[type='password'],
.mainBox .group table input[type='submit'],
.mainBox .group table input[type='button'],
.mainBox .group table select {
  line-height: 1 !important;
  width: 100%;
  border: 1px solid #c7ccd5;
  height: 25px;
  padding: 6px;
  background: #fff;
}
.mainBox .group table select {
  padding: 0;
}
.mainBox .group table td {
  padding-bottom: 8px;
  position: relative;
  vertical-align: middle;
}
.mainBox .group table td:first-child {
  box-sizing: content-box;
  padding-right: 10%;
  width: 60%;
}
.mainBox .group table td:last-child {
  width: 50%;
}
.mainBox .group table td:only-child {
  width: 100%;
}
.mainBox .group table td.bullet::before {
  content: '';
  background: #717c90;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 35%;
}
.mainBox .group table td.common {
  font-weight: bold;
}
.main-box-footer {
  text-align: center;
  line-height: 45px;
  background: #fff;
  border-top: 3px #eee solid;
  box-shadow: 0 3px 5px rgba(64, 75, 95, 0.16);
}
.main-box-footer a {
  text-decoration: none;
  color: #0360c8;
  font-size: 12px;
}
.main-box-footer a:last-child {
  width: 56px;
  height: 22px;
  border-radius: 2px;
  color: #fff;
  padding: 3px 10px;
  margin-left: 15px;
  background-color: #0397e4;
}
::-webkit-scrollbar {
  width: 8px;
  height: 50px;
}
::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #fff;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e5f0f5;
}
.c-9.c-last {
  height: 81vh;
}
.mainIframe {
  width: 100%;
  height: 100%;
}
#left-nav {
  overflow-y: auto;
  padding: 8px 10px 0px;
  height: 100%;
}
#left-nav .Homepage {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 3px;
  margin-left: 7px;
}
#left-nav .Homepage1 ::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
#left-nav ul {
  width: 100%;
}
#left-nav ul li {
  line-height: 17px;
  width: 100%;
}
#left-nav ul a {
  display: block;
  width: 100%;
  padding: 3px 10px;
}
#left-nav ul li ul {
  background: transparent;
  padding-left: 10px;
  color: #ffffff;
}
#left-nav ul li ul li ul {
  padding-left: 20px;
}
#left-nav > ul > li {
  line-height: 25px;
}
#left-nav > ul > li > a {
  text-transform: uppercase;
  color: #3d4c5a;
  padding: 3px 10px;
}
/* ===============
helpers
=============== */
.DirectoryElements {
  background: #f7f9fb;
}
.closeFolder::before,
.openFolder::before {
  content: '';
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 0;
  height: 0;
  border-style: solid;
  margin-right: 5px;
  position: relative;
}
.closeFolder::before {
  border-width: 6.5px 0 6.5px 6px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: 5px;
  top: 1.5px;
}
.closeFolder ~ ul {
  display: none;
}
.openFolder::before {
  top: 0;
  right: 3px;
  margin-right: 2px;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #ffffff transparent;
}
#left-nav .Group {
  background-color: #4c9ebd;
  border: solid 2px #353a48;
  margin: 4px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 6px;
}
#left-nav .Group:hover {
  background: #448eaa;
  border: 2px solid #4c9ebd;
}
#left-nav .Group ~ ul li a:hover {
  color: #6bb1d4;
}
#left-nav .Parameter {
  font-style: italic;
}
#left-nav .Common {
  font-weight: bold;
}
#left-nav .tableNotEmpty {
  color: #088fd5;
}
#left-nav .selectedNode {
  background: #6264a7;
  color: #fff;
  width: 95%;
  position: relative;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border: solid 2px #353a48;
}
#left-nav .selectedNode:hover {
  color: #fff !important;
}
#left-nav .selectedNode::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.95px 0 11.95px 7px;
  border-color: transparent transparent transparent #6264a7;
}
#left-nav .selectedNode span {
  color: #fff;
}
#left-nav .invalid::after,
#left-nav .invalidRef::after {
  content: '';
  display: inline-block;
}
#left-nav .invalid {
  cursor: pointer;
}
#left-nav .invalid::after {
  width: 7px;
  height: 7px;
  background-color: #ec008c;
  border-radius: 50%;
  margin-left: 7px;
}
#left-nav .invalidRef {
  cursor: pointer;
}
#left-nav .invalidRef::after {
  width: 16px;
  height: 9px;
  background: url('Images/invalidRef.png') no-repeat;
  margin-left: 4px;
}
.main-box-wrapper {
  background: #fff;
}
.main-box-wrapper .mainBox {
  padding: 15px;
  height: 92.5vh;
  overflow-y: auto;
  overflow-x: hidden;
}
#between-header-content {
  padding: 17px 0 0 20px;
}
#between-header-content select {
  margin-right: 10px;
}
#between-header-content input[type='checkbox'] {
  display: none;
}
#between-header-content label {
  cursor: pointer;
}
#between-header-content input[type='checkbox'] + label::before {
  content: '\2714';
  font-size: 0px;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
  text-align: center;
  line-height: 16px;
  color: #013161;
  width: 18px;
  height: 17px;
  background: #f8fafb;
  border: 1px solid #bac0cb;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
#between-header-content input[type='checkbox']:checked + label::before {
  font-size: 14px;
}
.main-wrapper {
  padding: 20px;
}
.main-wrapper .c-3,
.main-wrapper .c-9 {
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(64, 75, 95, 0.16);
  border: solid 1px #d0d4d9;
}
.main-wrapper .c-9 {
  width: 75.67627%;
}
.main-wrapper .c-3 {
  margin-right: 0.59492%;
}

.tooltipster-invalid {
  border-radius: 0px;
  border: 1px solid #ef40a5;
  background: #fde6f3;
  color: #666666;
}
.tooltipster-invalid .tooltipster-content {
  font-size: 12px;
  line-height: 16px;
  padding: 8px 10px;
}
.tooltipster-invalidRef {
  border-radius: 0px;
  border: 1px solid #d3c399;
  background: #fffbc9;
  color: #666666;
}
.tooltipster-invalidRef .tooltipster-content {
  font-size: 12px;
  line-height: 16px;
  padding: 8px 10px;
}
iframe {
  border: none;
}
button:focus,
a:focus {
  outline: none;
}
#left-nav .invalid::before {
  background: transparent;
}
.actionActive {
  background: #bfe0f8;
}
.ac-dropdown li:hover {
  background: #deecf7;
}
.nb-drop-down li:hover {
  background: #deecf7;
}
.invalidTool::before,
.invalidRefTool::before {
  content: '';
}
.invalidTool::before {
  width: 7px;
  height: 7px;
  background-color: #ec008c;
  border-radius: 50%;
  position: absolute;
  left: 13px;
  top: 11px;
}
.invalidRefTool::before {
  width: 16px;
  height: 9px;
  background: url('Images/invalidRef.png') no-repeat;
  position: absolute;
  left: 5px;
  top: 11px;
}
.notSelected {
  color: red;
  font-style: italic;
}
.localtimeDiv {
  float: left;
  width: 50px;
  padding: 2px;
}
#srdDiv {
  display: inline-block;
}
#navigateUrl {
  display: inline-block;
  margin-right: 10px;
}
.backBtn {
  background: url('Images/arrowback.png') no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
}
.nextBtn {
  background: url('Images/arrownext.png') no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
}
.navBtn-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
#upgradeKeyLoadFile {
  width: 180px;
}

.main-wrapper {
  padding: 12px;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body {
  color: #3d4c5a;
  background: #f0f4f7;
  overflow-x: hidden;
  font-size: 14px;
}
#navTree {
  font-size: 12px;
  font-family: 'Open Sans';
}
.main-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 280px;
}
.content-wrapper {
  margin-left: 280px;
}
/* .sidebar{height: inherit !important;} */
.sidebar,
.content {
  border-radius: 10px;
}
.sidebar,
.note {
  background: #353a48 !important;
  overflow-x: hidden !important;
}
.sidebar {
  height: calc(100vh - 190px) !important;
}

.advContent {
  border: transparent solid 0px;
  height: 125px !important;
}

.content {
  background: #f8f8fb !important;
  padding: 5px;
}
.info-box,
.small-box {
  border-radius: 10px !important;
}
.bg-teams-active {
  background: #6264a7;
  color: #ffffff;
}
.main-header {
  margin-left: 5px;
  margin-right: 5px;
}

.note {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.note:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 36px 36px 0;
  border-style: solid;
  border-color: #ecf0f5 #ecf0f5 #6264a7 #6264a7 !important;
}
boldy {
  background-color: #4c9ebd !important;
  border: #4c9ebd solid 2px;
}
.tr-hr,
.tr-hr-left,
.tr-hr-right,
.tr-hr-left-right,
.alert-teams {
  background-color: #3d3d3d !important;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff !important;
}
.tr-hr-left,
.tr-hr-left-right {
  border-top-left-radius: 6px;
}
.tr-hr-right,
.tr-hr-left-right {
  border-top-right-radius: 6px;
}
.panel-teams {
  border-color: #373636;
}
.panel-teams > .panel-heading {
  color: #fff;
  background-color: #373636;
  border-color: #373636;
}
.panel-teams-light {
  border-color: #3d3d3d;
}
.panel-teams-light > .panel-heading {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}
.box.box-info {
  border-top-color: #448eaa;
}

[data-notify='container'].alert-success {
  border-color: #6264a7;
  background: #6264a7 !important;
}

.card-shadow {
  -webkit-box-shadow: 2px 3px 9px 5px rgba(176, 176, 176, 1);
  -moz-box-shadow: 2px 3px 9px 5px rgba(176, 176, 176, 1);
  box-shadow: 2px 3px 9px 5px rgba(176, 176, 176, 1);
}
.teams-tooltip + .tooltip > .tooltip-inner {
  background-color: #6264a7;
  opacity: 0.7;
  white-space: nowrap;
}
.teams-tooltip + .tooltip > .tooltip-arrow {
  border-bottom-color: #6264a7;
  opacity: 0.7;
}
.card-radius-5 {
  border-radius: 5px;
}
.star {
  color: red;
  font-weight: bold;
  padding-left: 5px;
}
.w-100 {
  width: 100%;
}
.cursor {
  cursor: pointer;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.moving-line {
  width: 100%;
  height: 5px;
  background: linear-gradient(
    90deg,
    red,
    orange,
    yellow,
    green,
    cyan,
    blue,
    violet
  );
  background-size: 200% 100%;
  animation: moveLine 3s linear infinite;
}
@keyframes moveLine {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spin {
  width: max-content;
  height: max-content;
  animation: spin 2s linear infinite;
}
@keyframes pulse-icon {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  display: inline-block;
  animation: pulse-icon 1.5s infinite; /* 1.5s duration and infinite loop */
}
.hide {
  display: none;
}
.custom-tooltip {
  --bs-tooltip-bg: #6264a7;
  opacity: 0.7;
  border-radius: 5px;
}
.tooltip-wrap:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.tooltip-wrap .tooltip {
  background: #3c8dbc;
  bottom: 100%;
  color: #fff;
  display: block;
  left: 0cap;
  margin-bottom: -80px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  width: 100%;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  box-shadow: none !important;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool:active {
  outline: none !important;
}
.fs-7 {
  font-size: 0.75rem !important; /* 12px */
}
.fs-8 {
  font-size: 0.5rem !important; /* 8px */
}
.fs--10 {
  font-size: 0.625rem !important; /* 10px */
}
.fs--14 {
  font-size: 0.875rem !important; /* 14px */
}
.fs--80 {
  font-size: 5rem !important; /* 80px */
}
.fs--26 {
  font-size: 1.625rem !important; /* 26px */
}
.fw-500 {
  font-weight: 500;
}
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}
.nav-pills > li > a {
  color: #444;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  border-top-color: #6264a7;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #6264a7 !important;
}
.nav-pills > li > a:hover {
  background-color: #63a4d1 !important;
  color: #ffffff;
}

.btn-info {
  color: #fff;
  background-color: #367fa9 !important;
  border-color: #367fa9 !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.pointer {
  cursor: pointer;
}
.cursor-help {
  cursor: help;
}
.webkit-fill-available {
  width: -webkit-fill-available;
}
.form-control {
  color: #555;
}
.pre-line-text {
  white-space: pre-line;
}
.break-word {
  word-break: break-word;
}
.linkColor {
  color: #4791ff;
  font-weight: bold;
}
.failColor {
  color: red;
}
.successColor {
  color: green;
}
.installingColor {
  color: blue;
  font-style: italic;
  font-weight: bold;
}
.loadingColor {
  color: #4791ff;
  font-style: italic;
}
.table-fixed {
  table-layout: fixed;
}
